var github.com/golang/protobuf/proto.newline

3 uses

	github.com/golang/protobuf/proto (current package)
		text_encode.go#L109: 	newline         = []byte("\n")
		text_encode.go#L126: 	newlines := bytes.Count(p, newline)
		text_encode.go#L136: 	frags := bytes.SplitN(p, newline, newlines+1)